home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2000 March / march_2000.iso / Site Building / HTMLcompress / HTMLComp.exe / HTMLCOMP.EXE / 0 / RCDATA / TFORM2 / TFORM2.txt < prev   
Encoding:
Text File  |  1999-09-02  |  2.9 KB  |  133 lines

  1. object Form2: TForm2
  2.   Left = 293
  3.   Top = 129
  4.   HelpContext = 1
  5.   BorderIcons = [biSystemMenu]
  6.   BorderStyle = bsDialog
  7.   Caption = 'HTML (Un)Compress'
  8.   ClientHeight = 424
  9.   ClientWidth = 348
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Image1: TImage
  21.     Left = 15
  22.     Top = 16
  23.     Width = 50
  24.     Height = 57
  25.     Picture.Data = {<image001.ico>}
  26.   end
  27.   object Label1: TLabel
  28.     Left = 64
  29.     Top = 16
  30.     Width = 254
  31.     Height = 32
  32.     Caption = 'This version of HTML (Un)Compress is not registered!'
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 64
  37.     Top = 64
  38.     Width = 272
  39.     Height = 48
  40.     Caption = 
  41.       'You can use this program for 30 days. After this time, you have ' +
  42.       'to either order the program or you have to stop using it.'
  43.     WordWrap = True
  44.   end
  45.   object Label3: TLabel
  46.     Left = 64
  47.     Top = 120
  48.     Width = 251
  49.     Height = 80
  50.     Caption = 
  51.       'You can order the program by pushing the register button at the ' +
  52.       'bottom, chosing one of the two options available and then follow' +
  53.       'ing the instructions given after pushing Next.'
  54.     WordWrap = True
  55.   end
  56.   object Label4: TLabel
  57.     Left = 64
  58.     Top = 208
  59.     Width = 275
  60.     Height = 80
  61.     Caption = 
  62.       'As soon as the payement has been confirmed by the bank, you will' +
  63.       ' receive a password by E-Mail. Once you received one, push the p' +
  64.       'assword button and fill in the name and password.'
  65.     WordWrap = True
  66.   end
  67.   object Label5: TLabel
  68.     Left = 64
  69.     Top = 296
  70.     Width = 274
  71.     Height = 48
  72.     Caption = 
  73.       'Once your 30 day trial period has expired, you will not be able ' +
  74.       'to compress  or uncompress anymore.'
  75.     WordWrap = True
  76.   end
  77.   object Label6: TLabel
  78.     Left = 64
  79.     Top = 360
  80.     Width = 65
  81.     Height = 16
  82.     Caption = 'This is day'
  83.   end
  84.   object Label7: TLabel
  85.     Left = 136
  86.     Top = 360
  87.     Width = 17
  88.     Height = 16
  89.     Caption = '00'
  90.     Font.Charset = DEFAULT_CHARSET
  91.     Font.Color = clWindowText
  92.     Font.Height = -13
  93.     Font.Name = 'MS Sans Serif'
  94.     Font.Style = [fsBold]
  95.     ParentFont = False
  96.   end
  97.   object Label8: TLabel
  98.     Left = 160
  99.     Top = 360
  100.     Width = 152
  101.     Height = 16
  102.     Caption = 'of your 30 day trial period.'
  103.   end
  104.   object Button1: TButton
  105.     Left = 64
  106.     Top = 384
  107.     Width = 81
  108.     Height = 33
  109.     Caption = '&Continue'
  110.     Default = True
  111.     TabOrder = 0
  112.     OnClick = Button1Click
  113.   end
  114.   object Button2: TButton
  115.     Left = 152
  116.     Top = 384
  117.     Width = 81
  118.     Height = 33
  119.     Caption = 'Register'
  120.     TabOrder = 1
  121.     OnClick = Button2Click
  122.   end
  123.   object Button3: TButton
  124.     Left = 240
  125.     Top = 384
  126.     Width = 81
  127.     Height = 33
  128.     Caption = 'Password'
  129.     TabOrder = 2
  130.     OnClick = Button3Click
  131.   end
  132. end
  133.